Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GroupSparkline Method / GroupSparkline(CellRange[]) Method
Location


In This Topic
GroupSparkline(CellRange[]) Method
In This Topic
Groups the sparkline to the active sparkline.
Syntax
'Declaration
 
Public Overloads Function GroupSparkline( _
   ByVal location() As CellRange _
) As ExcelSparklineGroup
 
'Usage
 
Dim instance As SheetView
Dim location() As CellRange
Dim value As ExcelSparklineGroup
 
value = instance.GroupSparkline(location)

Parameters

location
Location
See Also